home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xfishtank / README next >
Text File  |  1995-07-26  |  3KB  |  76 lines

  1.  
  2.        ********************** FUN WITH FISH *********************
  3.  
  4. There are lots of programs for lots of platforms to make fish swim in the
  5. background of your screen.  This is a modification of an old one called
  6. xfish (also called Xaquarium), that I have added more features to.
  7.  
  8. To not confuse you (or confuse you more) I will call this modified xfish
  9. "xfishtank". ['A rose by any other name...' and all that]
  10.  
  11.  
  12. How is this different?  I started with you basic xfish, and I kept the
  13. bubbles (actually I re-wrote some of the bubble code, but it LOOKS the same).
  14. I changed the rest of the code to allow any number of multicolored fish to
  15. swim around.  Each fish can have up to 255 colors, but on startup the program
  16. takes all the colors from all the fish, and squeezes them down to all fit
  17. into the default colormap as best it can.  Ant fish can be any size in
  18. width and height.  To make them look more like they are swimming, fish are
  19. animated (Very simple 2 frame animation) [I got this idea from watching
  20. the AfterDark fish on the Mac].  Fish CANNOT swim over each other, they
  21. will turn around if they are about to collide.  I had a version that
  22. had fish swiming over each other, it was WAY to slow to be something to run
  23. on your background while working, so I deleted it.
  24.  
  25. All the command line options are the same as the old xfish, type xfishtank -help
  26. to see them.
  27.  
  28.  
  29.        ********************** TROUBLE WITH FISH *********************
  30.  
  31. You will no doubt notice that this program is distributed with only a three
  32. dumb looking fish.  This is because there is a scarcity of good fish pictures
  33. in the world, and they are all protected by lawyers.  Here is the solution
  34. I propose.
  35.  
  36. Any of you with talent can edit up any pictures you want, somehow get them
  37. into GIF format, and import them into your xfishtank.  The program
  38. "giftofish" that I am supplying here takes as input any 2 GIF files,
  39. and creates a xfishtank header file for that fish.  The 2 files must have
  40. the same width and height, and must both have the same background color.
  41. The pictures are assumed to be the two frames of an animated fish swiming right.
  42. Put this new header file into your fishmaps directory, edit the FishList
  43. file to add the prefix of that header file, and increment the total fishcount
  44. on the first line of that file.  Now recompile xfishtank, and your new fish
  45. will be used.
  46.  
  47. Other fish sources:
  48.     The AfterDark fish on the Mac are beautiful.  If you
  49. have already shelled out the money to Berkely Systems Software to buy those
  50. fish, and you also want to see them on your UNIX box, here is what you do.
  51. If you can transfer the Mac fish files to UNIX, run the "gofish" program 
  52. supplied here, it will write out the fish into two intermediate files.
  53. The files will look strange, they are my own format, just feed them to the
  54. giftofish program (which understands that format), and it will create a
  55. fish header file for you.
  56.     OpenWindows 3.0 comes with some fish pictures.  If you have purchased
  57. Openwindows, and want to use those pictures, the program "rasttofish" 
  58. supplied here will read one of their sun raster fish pictures, and produce
  59. a xfishtank header file for it.  Note, the Openwindows fish are only one
  60. frame, so the won't be animated.
  61.  
  62.  
  63. As usual, mail any problems, questions, complaints, reccommendations, and
  64. cookies to me.
  65.  
  66. Eric Bina
  67. 508 E. Michigan, #35
  68. Urbana, IL 61801
  69.  
  70. ebina@ncsa.uiuc.edu
  71.  
  72. (217)344-9101
  73. Work(217)244-6133
  74.  
  75.  
  76.